object SendFileActSetup: TSendFileActSetup Left = 396 Top = 246 BorderStyle = bsDialog Caption = 'Watch and Send files' ClientHeight = 634 ClientWidth = 558 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose PixelsPerInch = 120 TextHeight = 16 object PageControl1: TPageControl Left = 0 Top = 0 Width = 558 Height = 572 ActivePage = TabSheet1 Align = alTop TabOrder = 0 object TabSheet1: TTabSheet Caption = 'General' object GroupBox1: TGroupBox Left = 10 Top = 10 Width = 529 Height = 178 Caption = 'Watch for files' TabOrder = 0 object Label1: TLabel Left = 20 Top = 34 Width = 68 Height = 16 Caption = 'In directory:' end object ed_dir: TEdit Left = 138 Top = 30 Width = 247 Height = 24 TabOrder = 0 Text = 'c:\out\asd' end object cb_subdir: TCheckBox Left = 138 Top = 69 Width = 184 Height = 17 Caption = 'Include sub-directories' Checked = True Enabled = False State = cbChecked TabOrder = 2 end object cb_filemask: TCheckBox Left = 20 Top = 103 Width = 152 Height = 18 Caption = 'File mask' TabOrder = 3 end object ed_filemask: TEdit Left = 167 Top = 98 Width = 345 Height = 24 TabOrder = 4 end object cb_nofilemask: TCheckBox Left = 20 Top = 138 Width = 152 Height = 17 Caption = 'Exclude file mask' Enabled = False TabOrder = 5 end object ed_nofilemask: TEdit Left = 167 Top = 133 Width = 345 Height = 24 Enabled = False TabOrder = 6 end object btBrowsOut: TButton Left = 394 Top = 30 Width = 116 Height = 32 Caption = 'Browse...' TabOrder = 1 OnClick = btBrowsOutClick end end object GroupBox2: TGroupBox Left = 10 Top = 197 Width = 529 Height = 159 Caption = 'When a file is sent' TabOrder = 1 object cb_rename: TCheckBox Left = 20 Top = 59 Width = 145 Height = 16 Caption = 'Add extension' TabOrder = 1 OnClick = cb_killClick end object cb_move: TCheckBox Left = 20 Top = 98 Width = 145 Height = 18 Caption = 'Move to' Checked = True State = cbChecked TabOrder = 4 OnClick = cb_killClick end object cb_kill: TCheckBox Left = 20 Top = 30 Width = 145 Height = 17 Caption = 'Delete the file' TabOrder = 0 OnClick = cb_killClick end object ed_rename: TEdit Left = 167 Top = 54 Width = 228 Height = 24 TabOrder = 2 Text = 'sent' end object ed_movedir: TEdit Left = 167 Top = 94 Width = 228 Height = 24 TabOrder = 5 Text = '\sent' end object cb_autocreate: TCheckBox Left = 167 Top = 128 Width = 356 Height = 17 Caption = 'Create directory automatically' Checked = True Enabled = False State = cbChecked TabOrder = 7 end object btBrowsSend: TButton Left = 404 Top = 91 Width = 117 Height = 32 Caption = 'Browse...' TabOrder = 6 OnClick = btBrowsSendClick end object bt_recommended: TButton Left = 404 Top = 54 Width = 115 Height = 31 Caption = 'Default' TabOrder = 3 OnClick = bt_recommendedClick end end object GroupBox3: TGroupBox Left = 10 Top = 364 Width = 529 Height = 130 Caption = 'Options' TabOrder = 2 object cb_StopNotFound: TCheckBox Left = 20 Top = 59 Width = 481 Height = 17 Caption = 'Skip subsequent actions when no file was found' TabOrder = 0 end object cb_StopIfFound: TCheckBox Left = 20 Top = 89 Width = 488 Height = 16 Caption = 'Skip subsequent actions when a file was found' TabOrder = 1 end object cbSeparatePerFile: TCheckBox Left = 20 Top = 30 Width = 493 Height = 20 Caption = 'Send each file in a separate message' TabOrder = 2 end end end object TabSheet2: TTabSheet Caption = 'Mailing' ImageIndex = 1 object Label2: TLabel Left = 20 Top = 20 Width = 78 Height = 16 Caption = 'Use account:' end object gbAddr: TGroupBox Left = 20 Top = 49 Width = 523 Height = 129 Caption = 'Create message for' TabOrder = 0 object cbAddrLink: TRadioButton Left = 20 Top = 27 Width = 414 Height = 21 Caption = '&Linked persons/addresses' Checked = True TabOrder = 0 TabStop = True end object cbAddrTo: TRadioButton Left = 20 Top = 57 Width = 434 Height = 21 Caption = 'Specific &addresses:' TabOrder = 1 OnClick = cbAddrToClick end object eAddrTo: TEdit Left = 49 Top = 86 Width = 336 Height = 24 Enabled = False TabOrder = 2 end object bBrowseAddr: TButton Left = 396 Top = 84 Width = 112 Height = 30 Caption = 'Browse' Enabled = False TabOrder = 3 OnClick = bBrowseAddrClick end end object gbTpl: TGroupBox Left = 20 Top = 187 Width = 523 Height = 149 Caption = 'Message content' TabOrder = 1 object cbSpecTpl: TRadioButton Left = 20 Top = 25 Width = 375 Height = 21 Caption = 'Specific &template' Checked = True TabOrder = 0 TabStop = True OnClick = cbSpecTplClick end object bEditTpl: TButton Left = 396 Top = 20 Width = 109 Height = 30 Caption = 'Edit' TabOrder = 1 OnClick = bEditTplClick end object cbQTpl: TRadioButton Left = 20 Top = 54 Width = 355 Height = 21 Caption = 'Use &Quick Template' TabOrder = 2 end object cbQT: TComboBox Left = 39 Top = 76 Width = 466 Height = 24 Style = csDropDownList Enabled = False ItemHeight = 16 TabOrder = 3 end object cbAttachLinks: TCheckBox Left = 20 Top = 118 Width = 483 Height = 21 Caption = 'Attach linked documents' TabOrder = 4 end end object cbAction: TRadioGroup Left = 20 Top = 345 Width = 523 Height = 80 Caption = 'Action' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Send immediately' 'Queue in the Outbox' 'Open in the Message Editor' 'Save as draft in the Outbox') TabOrder = 2 end object cbUser: TComboBox Left = 121 Top = 15 Width = 416 Height = 24 Style = csDropDownList ItemHeight = 16 TabOrder = 3 end object cbSeparate: TCheckBox Left = 30 Top = 443 Width = 493 Height = 21 Caption = 'Create separate message for each addressee' TabOrder = 4 end object cbConnect: TCheckBox Left = 30 Top = 473 Width = 493 Height = 21 Caption = 'Connect to the &Internet if needed' TabOrder = 5 end object cbDisconnect: TCheckBox Left = 30 Top = 502 Width = 493 Height = 21 Caption = '&Disconnect when all sessions finished' TabOrder = 6 end end end object bCancel: TButton Left = 423 Top = 591 Width = 122 Height = 31 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object bOK: TButton Left = 286 Top = 591 Width = 121 Height = 31 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end end